-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/aws_iot_provisioning_template: Properly send type
argument on create when configured
#38640
r/aws_iot_provisioning_template: Properly send type
argument on create when configured
#38640
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make testacc PKG=iot TESTS=TestAccIoTProvisioningTemplate_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/iot/... -v -count 1 -parallel 20 -run='TestAccIoTProvisioningTemplate_' -timeout 360m
go: downloading github.com/aws/aws-sdk-go-v2/service/storagegateway v1.31.3
=== RUN TestAccIoTProvisioningTemplate_basic
=== PAUSE TestAccIoTProvisioningTemplate_basic
=== RUN TestAccIoTProvisioningTemplate_disappears
=== PAUSE TestAccIoTProvisioningTemplate_disappears
=== RUN TestAccIoTProvisioningTemplate_tags
=== PAUSE TestAccIoTProvisioningTemplate_tags
=== RUN TestAccIoTProvisioningTemplate_update
=== PAUSE TestAccIoTProvisioningTemplate_update
=== RUN TestAccIoTProvisioningTemplate_jitp
=== PAUSE TestAccIoTProvisioningTemplate_jitp
=== CONT TestAccIoTProvisioningTemplate_basic
=== CONT TestAccIoTProvisioningTemplate_update
=== CONT TestAccIoTProvisioningTemplate_jitp
=== CONT TestAccIoTProvisioningTemplate_tags
=== CONT TestAccIoTProvisioningTemplate_disappears
--- PASS: TestAccIoTProvisioningTemplate_disappears (22.75s)
--- PASS: TestAccIoTProvisioningTemplate_jitp (25.29s)
--- PASS: TestAccIoTProvisioningTemplate_basic (25.37s)
--- PASS: TestAccIoTProvisioningTemplate_tags (42.01s)
--- PASS: TestAccIoTProvisioningTemplate_update (49.78s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/iot 55.860s
This functionality has been released in v5.61.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Correct sets
Type
forCreateProvisioningTemplate
API call.Relations
Closes #38629.
Output from Acceptance Testing